Link test/test_bindings against libxenapi in the new location.
authorEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 12:24:42 +0000 (12:24 +0000)
committerEwan Mellor <ewan@xensource.com>
Fri, 1 Dec 2006 12:24:42 +0000 (12:24 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/libxen/Makefile

index 6bf5d2fc25c4d5ad86c281fc44477febf0c99c5a..c72206442aac08c0a753ecbcc5891aec0a3802c7 100644 (file)
@@ -48,8 +48,8 @@ libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS)
 libxenapi.a: $(LIBXENAPI_OBJS)
        $(AR) rcs libxenapi.a $^
 
-test/test_bindings: test/test_bindings.o src/libxen.so
-       $(CC) $(LDFLAGS) -o $@ $< -L src -lxen
+test/test_bindings: test/test_bindings.o libxenapi.so
+       $(CC) $(LDFLAGS) -o $@ $< -L . -lxenapi
 
 
 .PHONY: install